<?php $a = ' The simpsones s01';$return = array();preg_match('#([a-z0-9\s-]+) s(?:eason)?(\d{1,2})#iu', $a, $return);print_r($return);